User:Neuekatze/Shodi: Difference between revisions

→‎Articles: updated to lambda expressions
(→‎Articles: updated to lambda expressions)
Line 100: Line 100:
|none
|none
|some X
|some X
|'''∃x'''
|λx.P(x)
|-
|-
|m
|m
|an X
|an X
|'''∃!x''' or '''∃x(P(x)) ∧ ∀y(P(y) → y = x)'''
|λx.∃x(P(x) ∧ ∀y(P(y) → y = x))
|-
|-
|w
|w
|all x
|all x
|'''∀x'''
|λx.∀y(P(y)→y=x)
|-
|-
|p
|p
|no X
|no X
|'''¬∃x'''
|λx.∀y(P(y)→y≠x)
|-
|-
|t
|t
Line 120: Line 120:
|k
|k
|the X
|the X
|'''∃x ∀y (P(y) → y = x)'''
|λx. ∀y. (P(y) → y = x)
|-
|-
|g
|g
|X-kind
|X-kind
|'''∃X(x∈X)'''
|if you're in this wiki you already know it
|-
|-
|l
|l
73

edits