File: heap3_vcgen_25.v

package info (click to toggle)
coq 8.20.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 44,116 kB
  • sloc: ml: 234,160; sh: 4,301; python: 3,270; ansic: 2,644; makefile: 882; lisp: 172; javascript: 63; xml: 24; sed: 2
file content (38 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
(************************************************************************)
(*                                                                      *)
(* Micromega: A reflexive tactic using the Positivstellensatz           *)
(*                                                                      *)
(*  Frédéric Besson (Irisa/Inria) 2006-2008                             *)
(*                                                                      *)
(************************************************************************)

Require Import ZArith.
Require Import Lia.

Open Scope Z_scope.

Lemma vcgen_25 : forall
  (n : Z)
  (m : Z)
  (jt : Z)
  (j : Z)
  (it : Z)
  (i : Z)
  (H0 : 1 * it + -2 * i + -1 = 0)
  (H : 1 * jt + -2 * j + -1 = 0)
  (H1 : 1 * n + -10 = 0)
  (H2 : 0 <= -4028 * i + 6222 * j + 705 * m + -16674)
  (H3 : 0 <= -418 * i + 651 * j + 94 * m + -1866)
  (H4 : 0 <= -209 * i + 302 * j + 47 * m + -839)
  (H5 : 0 <= -1 * i + 1 * j + -1)
  (H6 : 0 <= -1 * j + 1 * m + 0)
  (H7 : 0 <= 1 * j + 5 * m + -27)
  (H8 : 0 <= 2 * j + -1 * m + 2)
  (H9 : 0 <= 7 * j + 10 * m + -74)
  (H10 : 0 <= 18 * j + -139 * m + 1188)
  (H11 : 0 <= 1 * i + 0)
  (H13 : 0 <= 121 * i + 810 * j + -7465 * m + 64350),
  (1 = -2 * i + it).
Proof.
  intros ; lia.
Qed.