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

Theorem

bool.not_eq_true_false

Statement

¬(true = false)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem not_eq_true_false : connectives.Not (logic.eq (bool) true false).



Matita-Jumb
Statement

theorem not_eq_true_false : (Not) ((eq) (bool) (true) (false) ).



Lean-jumb
Statement

theorem not_eq_true_false : ((connectives.Not) ) ((((logic.eq_) (bool.bool)) ((bool.true) )) ((bool.false) )).



PVS-jumb

Statement

not_eq_true_false : LEMMA connectives_sttfa_th.sttfa_Not(logic_sttfa_th.eq[bool_sttfa.sttfa_bool](bool_sttfa.sttfa_true)(bool_sttfa.sttfa_false))



OpenTheory

Printing for OpenTheory is not working at the moment.