| author | blanchet | 
| Wed, 12 Sep 2012 17:26:05 +0200 | |
| changeset 49335 | 096967bf3940 | 
| parent 35849 | b5522b51cb1e | 
| permissions | -rw-r--r-- | 
| 35849 | 1 | (* Author: Clemens Ballarin, started 15 November 1997 | 
| 2 | ||
| 3 | Properties of abstract class field. | |
| 7998 | 4 | *) | 
| 5 | ||
| 35849 | 6 | theory Field | 
| 7 | imports Factor PID | |
| 8 | begin | |
| 7998 | 9 | |
| 17479 | 10 | instance field < "domain" | 
| 11 | apply intro_classes | |
| 12 | apply (rule field_one_not_zero) | |
| 13 | apply (erule field_integral) | |
| 14 | done | |
| 7998 | 15 | |
| 17479 | 16 | instance field < factorial | 
| 17 | apply intro_classes | |
| 18 | apply (erule field_fact_prime) | |
| 19 | done | |
| 7998 | 20 | |
| 21 | end |