1/22
Vocabulary flashcards covering quantification derivation rules, formal set definitions, and set validation properties.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
∀-introduction
A proof rule where assuming (k) var x;P(x) and deriving (m−1) Q(x) allows concluding (m) ∀x[P(x):Q(x)].
![<p>A proof rule where assuming $$(k)\ \text{var } x; P(x)$$ and deriving $$(m-1)\ Q(x)$$ allows concluding $$(m)\ \forall_x [P(x) : Q(x)]$$.</p>](https://assets.knowt.com/user-attachments/dbd0a1b4-5452-4bce-9e7d-d66f5300f103.jpg)
∀-elimination

∃∗-introduction
A derivation rule where given (k) P(a) and (l) Q(a) for an available object a, one concludes (m) ∃x[P(x):Q(x)].
![<p>A derivation rule where given $$(k)\ P(a)$$ and $$(l)\ Q(a)$$ for an available object $$a$$, one concludes $$(m)\ \exists_x [P(x) : Q(x)]$$.</p>](https://assets.knowt.com/user-attachments/662dcdce-7587-4d00-9743-d4392fe09595.jpg)
∃∗-elimination
A derivation rule where given (k) ∃x[P(x):Q(x)], one can pick an x satisfying P(x) and Q(x), provided that x is a new variable.
![<p>A derivation rule where given $$(k)\ \exists_x [P(x) : Q(x)]$$, one can pick an $$x$$ satisfying $$P(x)$$ and $$Q(x)$$, provided that $$x$$ is a new variable.</p>](https://assets.knowt.com/user-attachments/f277e486-7df8-4ca6-8e79-4dbbb00670ae.jpg)
Subset (⊆)
Defined as A⊆B=def∀x[x∈A:x∈B].
Set Equality (=)
Defined as A=B=defA⊆B∧B⊆A.
Set Intersection (∩)
Defined as A∩B=def{x∈U∣x∈A∧x∈B}.
Set Union (∪)
Defined as A∪B=def{x∈U∣x∈A∨x∈B}.
Set Complement (c)
Defined as Ac=def{x∈U∣¬(x∈A)}.
Set Difference (∖)
Defined as A∖B=def{x∈U∣x∈A∧¬(x∈B)}.
Universal Set (U)
Defined as U={x∈U∣True}.
Empty Set (∅)
Defined as ∅={x∈U∣False}.
Property of ∈
Validation rule t∈{x∈D∣P(x)}=valt∈D∧P(t).
Property of ⊆
Validation rule A⊆B∧t∈A=valt∈B.
Properties of =
Validation rules A=B=val∀x[x∈A⇔x∈B], A=B∧t∈A=valt∈B, and A=B∧t∈B=valt∈A.
Property of ∩
Validation rule t∈A∩B=valt∈A∧t∈B.
Property of ∪
Validation rule t∈A∪B=valt∈A∨t∈B.
Property of c
Validation rule t∈Ac=val¬(t∈A).
Property of ∖
Validation rule t∈A∖B=valt∈A∧¬(t∈B).
Properties of U
Validation rules t∈U=valTrue and A=U=val∀x[x∈A:True].
Properties of ∅
Validation rules t∈∅=valFalse and A=∅=val∀x[x∈A:False].
Property of P
Validation rule C∈P(A)=valC⊆A.
Properties of ×
Validation rules (a,b)∈A×B=vala∈A∧b∈B and (a,b)=(a′,b′)=vala=a′∧b=b′.