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

Theorem

nat.eqb_n_n

Statement

∀ n, (n = n) = true

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eqb_n_n : forall (n:nat), logic.eq (bool.bool) (eqb n n) bool.true.



Matita-Jumb
Statement

theorem eqb_n_n : \forall (n:nat). (eq) (bool) ((eqb) n n) (true) .



Lean-jumb
Statement

theorem eqb_n_n : forall (n:nat.nat) , (((logic.eq_) (bool.bool)) ((((nat.eqb) ) (n)) (n))) ((bool.true) ).



PVS-jumb

Statement

eqb_n_n : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):logic_sttfa_th.eq[bool_sttfa_th.sttfa_bool](nat_sttfa.eqb(n)(n))(bool_sttfa_th.sttfa_true))



OpenTheory

Printing for OpenTheory is not working at the moment.