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

Theorem

permutation.injective_transpose

Statement

∀ i j, injective (transpose i j)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem injective_transpose : forall (i:nat.nat), forall (j:nat.nat), relations.injective (nat.nat) (nat.nat) (transpose i j).



Matita-Jumb
Statement

theorem injective_transpose : \forall (i:nat). \forall (j:nat). (injective) (nat) (nat) ((transpose) i j).



Lean-jumb
Statement

theorem injective_transpose : forall (i:nat.nat) , forall (j:nat.nat) , ((relations.injective) (nat.nat) (nat.nat)) ((((permutation.transpose) ) (i)) (j)).



PVS-jumb

Statement

injective_transpose : LEMMA (FORALL(i:nat_sttfa_th.sttfa_nat):(FORALL(j:nat_sttfa_th.sttfa_nat):relations_sttfa_th.injective[nat_sttfa_th.sttfa_nat,nat_sttfa_th.sttfa_nat](permutation_sttfa.transpose(i)(j))))



OpenTheory

Printing for OpenTheory is not working at the moment.