Skip to content

Tactic Request: nonzero/positivity improvementsΒ #33

Description

@BoltonBailey

A nonzero tactic, as suggested by Yury: #general > "Missing Tactics" list @ πŸ’¬

  • capable of proving example (a b : β„‚) (ha : a β‰  0) (hb : b β‰  0) : a * b β‰  0 := by sorry (positivity fails with failed to synthesize PartialOrder β„‚)
  • If this is to be distinct from positivity, let it be a discharger for field_simp.

Also potentially useful would be an attribute to automatically allow lemmas to be used by this or the positivity tactic simply by tagging them (I believe metaprogramming is needed to add a lemma currently).

Metadata

Metadata

Assignees

No one assigned

    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