let a, b be natural Ordinal; :: thesis: ( a divides b iff ex c being natural Ordinal st b = a *^ c )
thus ( a divides b implies ex c being natural Ordinal st b = a *^ c ) :: thesis: ( ex c being natural Ordinal st b = a *^ c implies a divides b )
proof
given c being Ordinal such that A1: b = a *^ c ; :: according to ARYTM_3:def 3 :: thesis: ex c being natural Ordinal st b = a *^ c
per cases ( b = {} or b <> {} ) ;
end;
end;
thus ( ex c being natural Ordinal st b = a *^ c implies a divides b ) ; :: thesis: verum