Zulip Chat Archive

Stream: general

Topic: elaboration replay for large inductive theorems


Frederick Pu (Feb 26 2026 at 21:13):

I have a large inductive theorem but for some reason the elaboration time scales with the size of the theorem instead of the size of each arm. https://github.com/FrederickPu/pullback/blob/main/Pullback/SSA/SSA.lean

Frederick Pu (Feb 26 2026 at 21:21):

by elaboration time i mean the time it takes to reelaborate when i change the proof in one of the arms


Last updated: Feb 28 2026 at 14:05 UTC