Search for blocks/addresses/...

Proofgold Asset

asset id
036b0c38bec13bb8e4b697cc55aa4dff0e7ea8ffc1256467db5759b0b6a0622d
asset hash
54a6c85fc6a799a10b4266a97ad2235e0a826dc7d70e2d2a03d5684d99933bec
bday / block
17169
tx
eaab6..
preasset
doc published by PrHSW..
Definition ChurchNum2 := λ x0 : ι → ι . λ x1 . x0 (x0 x1)
Definition ChurchNum4 := λ x0 : ι → ι . λ x1 . x0 (x0 (x0 (x0 x1)))
Definition ChurchNum_plus := λ x0 x1 : (ι → ι)ι → ι . λ x2 : ι → ι . λ x3 . x0 x2 (x1 x2 x3)
Definition ChurchNum_mult := λ x0 x1 : (ι → ι)ι → ι . λ x2 : ι → ι . x0 (x1 x2)
Theorem ChurchNum_plus_2_2 : ChurchNum_plus ChurchNum2 ChurchNum2 = ChurchNum4 (proof)
Theorem ChurchNum_mult_2_2 : ChurchNum_mult ChurchNum2 ChurchNum2 = ChurchNum4 (proof)