let D be non empty set ; for i being Nat
for T being Tuple of i,D
for F being BinOp of D st F is having_a_unity holds
( F .: (i |-> (the_unity_wrt F)),T = T & F .: T,(i |-> (the_unity_wrt F)) = T )
let i be Nat; for T being Tuple of i,D
for F being BinOp of D st F is having_a_unity holds
( F .: (i |-> (the_unity_wrt F)),T = T & F .: T,(i |-> (the_unity_wrt F)) = T )
let T be Tuple of i,D; for F being BinOp of D st F is having_a_unity holds
( F .: (i |-> (the_unity_wrt F)),T = T & F .: T,(i |-> (the_unity_wrt F)) = T )
let F be BinOp of D; ( F is having_a_unity implies ( F .: (i |-> (the_unity_wrt F)),T = T & F .: T,(i |-> (the_unity_wrt F)) = T ) )
assume A1:
F is having_a_unity
; ( F .: (i |-> (the_unity_wrt F)),T = T & F .: T,(i |-> (the_unity_wrt F)) = T )
set e = the_unity_wrt F;