Skip to content

linarith? fails while linarith finds the proofs #41471

Description

@FawadHa1der

Minimal reproducers

Plain linarith proves both of these; linarith? fails with
linarith failed to find a contradiction:

import Mathlib.Tactic.Linarith

example (x y u v : ℚ) (hu : u < v) (hv : v < u) : x < y := by linarith?  -- fails
example (a u v : ℚ) (gu : u < v) (h : a < 0) : a ≤ 0 := by linarith?     -- fails

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions