| author | wenzelm |
| Tue, 23 Oct 2001 19:13:44 +0200 | |
| changeset 11902 | db207d68392c |
| parent 7998 | 3d0c34795831 |
| child 13735 | 7de9342aca7a |
| permissions | -rw-r--r-- |
(* Factorisation within a factorial domain $Id$ Author: Clemens Ballarin, started 25 November 1997 *) Factor = Ring + consts Factorisation :: ['a::ringS, 'a list, 'a] => bool (* factorisation of x into a list of irred factors and a unit u *) defs Factorisation_def "Factorisation x factors u == x = foldr op* factors u & (ALL a : set factors. irred a) & u dvd <1>" end