I have this line in my code:
\fbox{\ker(r \lambda)_* \cong\mathbb{Z}/p^{a+t-\min\{a,b\}}}
And this is my document from the beginning
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
% Sprache (neue deutsche Rechtschreibung)
\usepackage[ngerman]{babel}
% Mathematik
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{tikz-cd}
\usepackage{mathtools}
\usepackage{commath}
\usepackage{bbm}
\usetikzlibrary{babel}
\usetikzlibrary{shapes.geometric}
\usepackage[margin= 1 in]{geometry}
%\addtolength{\oddsidemargin}{-.875in}
\addtolength{\evensidemargin}{-.575in}
%\addtolength{\textwidth}{1.75in}
\addtolength{\topmargin}{-.275in}
\addtolength{\textheight}{- .1 in}
\title{Master Thesis}
\author{Jacob }
\date{Feb 21}
\begin{document}
but the line I mentioned is not compiling, could anyone tell me why my code is not working please?

\fbox. – Mico Jul 04 '21 at 15:51