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

Theorem

permutation.permut_to_bijn

Statement

∀ n f, permut f n ⇒ bijn f n

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem permut_to_bijn : forall (n:nat.nat), forall (f:(nat.nat -> nat.nat)), (permut f n) -> bijn f n.



Matita-Jumb
Statement

theorem permut_to_bijn : \forall (n:nat). \forall (f:nat -> nat). ((permut) f n) -> (bijn) f n.



Lean-jumb
Statement

theorem permut_to_bijn : forall (n:nat.nat) , forall (f:(nat.nat) -> nat.nat) , ((((permutation.permut) ) (f)) (n)) -> (((permutation.bijn) ) (f)) (n).



PVS-jumb

Statement

permut_to_bijn : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(f:[nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat]):(permutation_sttfa.permut(f)(n) => permutation_sttfa.bijn(f)(n))))



OpenTheory

Printing for OpenTheory is not working at the moment.