I'm just starting out with lean. Can I define define the assumptions of a theorem?
For example, proving that for any integer pair min and max, every number x such that min <= x <= max, that min^2 <= x^2 <= max^2. I can define for all integers, but how can I only solve this when the values of min and max meet a constraint (min <= max)?