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

Theorem

permutation.transpose_i_j_j

Statement

∀ i j, (transpose i j j) = i

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem transpose_i_j_j : forall (i:nat.nat), forall (j:nat.nat), logic.eq (nat.nat) (transpose i j j) i.



Matita-Jumb
Statement

theorem transpose_i_j_j : \forall (i:nat). \forall (j:nat). (eq) (nat) ((transpose) i j j) i.



Lean-jumb
Statement

theorem transpose_i_j_j : forall (i:nat.nat) , forall (j:nat.nat) , (((logic.eq_) (nat.nat)) (((((permutation.transpose) ) (i)) (j)) (j))) (i).



PVS-jumb

Statement

transpose_i_j_j : LEMMA (FORALL(i:nat_sttfa_th.sttfa_nat):(FORALL(j:nat_sttfa_th.sttfa_nat):logic_sttfa_th.eq[nat_sttfa_th.sttfa_nat](permutation_sttfa.transpose(i)(j)(j))(i)))



OpenTheory

Printing for OpenTheory is not working at the moment.