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

Theorem

cong.congruent_n_n

Statement

∀ n p, n ≡ n [p]

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem congruent_n_n : forall (n:nat.nat), forall (p:nat.nat), congruent n n p.



Matita-Jumb
Statement

theorem congruent_n_n : \forall (n:nat). \forall (p:nat). (congruent) n n p.



Lean-jumb
Statement

theorem congruent_n_n : forall (n:nat.nat) , forall (p:nat.nat) , ((((cong.congruent) ) (n)) (n)) (p).



PVS-jumb

Statement

congruent_n_n : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(p:nat_sttfa_th.sttfa_nat):cong_sttfa.congruent(n)(n)(p)))



OpenTheory

Printing for OpenTheory is not working at the moment.