Entry
Value
Name
natural-bits_63
Conclusion
!b. bit_to_num b = (if b then 1 else 0)
Constructive Proof
Yes
Axiom
N|A
Classical Lemmas
N|A
Constructive Lemmas
T
!x. x = x
!t. (!x. t) <=> t
!b. bit_to_num b = (if b then 1 else 0)
!f y. (\x. f x) y = f y
T <=> (\p. p) = (\p. p)
(/\) = (\p q. (\f. f p q) = (\f. f T T))
(==>) = (\p q. p /\ q <=> p)
(!) = (\p. p = (\x. T))
NUMERAL = (\n. n)
Contained Package
natural-bits
Comment
Probability package from OpenTheory.
Back to main package page
Back to contained package page