1) Propositional functions are propositions that contain variables and have no truth value until the variables are assigned values or quantified.
2) Quantifiers like "for all" (universal quantification) and "there exists" (existential quantification) are used to bind variables and give propositional functions truth values.
3) Quantification can be thought of as nested loops over variables, with universal quantification checking for truth at each value and existential checking for at least one true value.