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

Axiom

nat.le_n

Statement

∀ n, n ≤ n

Main Dependencies
constant
Theory
constant

Coq-Jumb
Statement

Axiom le_n : forall (n:nat), le n n



Matita-Jumb
Statement

axiom le_n : \forall (n:nat). (le) n n



Lean-jumb
Statement

axiom le_n : forall (n:nat.nat) , (((nat.le_) ) (n)) (n)



PVS-jumb

Statement

le_n : AXIOM (FORALL(n:nat_sttfa.sttfa_nat):nat_sttfa.le(n)(n))



OpenTheory

Printing for OpenTheory is not working at the moment.