%------------------------------------------------------------------------------ % Mathematical Structures (Part II) % % Ring/Field-like Mathematical Structures with signatures: % [T:Type+,+,*:[T,T->T],zero:T] or [T:Type+,+,*:[T,T->T],zero,one:T] % % Author: David Lester, Manchester University & NIA % Rick Butler % % Version 1.0 3/1/02 % Version 1.1 12/3/03 New library structure % Version 1.2 5/5/04 Reworked for definition files DRL %------------------------------------------------------------------------------
top_field: THEORY
BEGIN %----------------------------------------+------------------------------------ % File | Mathematical Structure of * %----------------------------------------+------------------------------------