let D be non empty set ; :: thesis: for i being Nat
for T being Element of i -tuples_on D
for F being BinOp of D st F is having_a_unity & F is associative & F is having_an_inverseOp holds
( F .: T,((the_inverseOp_wrt F) * T) = i |-> (the_unity_wrt F) & F .: ((the_inverseOp_wrt F) * T),T = i |-> (the_unity_wrt F) )
let i be Nat; :: thesis: for T being Element of i -tuples_on D
for F being BinOp of D st F is having_a_unity & F is associative & F is having_an_inverseOp holds
( F .: T,((the_inverseOp_wrt F) * T) = i |-> (the_unity_wrt F) & F .: ((the_inverseOp_wrt F) * T),T = i |-> (the_unity_wrt F) )
let T be Element of i -tuples_on D; :: thesis: for F being BinOp of D st F is having_a_unity & F is associative & F is having_an_inverseOp holds
( F .: T,((the_inverseOp_wrt F) * T) = i |-> (the_unity_wrt F) & F .: ((the_inverseOp_wrt F) * T),T = i |-> (the_unity_wrt F) )
let F be BinOp of D; :: thesis: ( F is having_a_unity & F is associative & F is having_an_inverseOp implies ( F .: T,((the_inverseOp_wrt F) * T) = i |-> (the_unity_wrt F) & F .: ((the_inverseOp_wrt F) * T),T = i |-> (the_unity_wrt F) ) )
assume A1:
( F is having_a_unity & F is associative & F is having_an_inverseOp )
; :: thesis: ( F .: T,((the_inverseOp_wrt F) * T) = i |-> (the_unity_wrt F) & F .: ((the_inverseOp_wrt F) * T),T = i |-> (the_unity_wrt F) )
set e = the_unity_wrt F;
reconsider uT = (the_inverseOp_wrt F) * T as Element of i -tuples_on D by FINSEQ_2:133;