Entry Value
Name natural-bits_141
Conclusion !h t. bit_cons h t = bit_to_num h + 2 * t
Constructive Proof Yes
Axiom
N|A
Classical Lemmas N|A
Constructive Lemmas
  • T
  • !x. x = x
  • !h t. bit_cons h t = bit_to_num h + 2 * t
  • !t. (!x. t) <=> t
  • !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 pageBack to contained package page