Documentation

Mathlib.Tactic.GCongr.CoreAttrs

gcongr attributes for lemmas up in the import chain #

In this file we add gcongr attribute to lemmas in Lean.Init. We may add lemmas from other files imported by Mathlib/Tactic/GCongr/Core later.

theorem GCongr.imp_trans {a b c : Prop} (h : ab) :
(bc)ac
theorem GCongr.imp_right_mono {a b c : Prop} (h : abc) :
(ab)ac
theorem GCongr.and_right_mono {a b c : Prop} (h : abc) :
a ba c