// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Theorem

bool.true_or_false

Statement

∀ b, (b = true) ∨ (b = false)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem true_or_false : forall (b:bool), connectives.Or (logic.eq (bool) b true) (logic.eq (bool) b false).



Matita-Jumb
Statement

theorem true_or_false : \forall (b:bool). (Or) ((eq) (bool) b (true) ) ((eq) (bool) b (false) ).



Lean-jumb
Statement

theorem true_or_false : forall (b:bool.bool) , (((connectives.Or) ) ((((logic.eq_) (bool.bool)) (b)) ((bool.true) ))) ((((logic.eq_) (bool.bool)) (b)) ((bool.false) )).



PVS-jumb

Statement

true_or_false : LEMMA (FORALL(b:bool_sttfa.sttfa_bool):connectives_sttfa_th.sttfa_Or(logic_sttfa_th.eq[bool_sttfa.sttfa_bool](b)(bool_sttfa.sttfa_true))(logic_sttfa_th.eq[bool_sttfa.sttfa_bool](b)(bool_sttfa.sttfa_false)))



OpenTheory

Printing for OpenTheory is not working at the moment.