Skip to content

Default tactic script should use plausible instead of sorry #3325

@joshlf

Description

@joshlf

plausible is strictly better than sorry – it will only complain if it finds a concrete counter-example, and otherwise will let proofs go through. We could rename --allow-sorry to --allow-plausible.

When --allow-plausible is not given, we may still want to add plausible as the last tactic step if all previous steps fail. Instead of opaque errors about unsolved goals, this may sometimes generate a concrete counter-example, which would be more helpful to users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions